home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easycd / EasyCD.exe / 0 / RCDATA / TSKINSLISTF / TSKINSLISTF.txt
Text File  |  1999-03-07  |  1KB  |  70 lines

  1. object SkinsListF: TSkinsListF
  2.   Left = 204
  3.   Top = 192
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Skin'
  6.   ClientHeight = 251
  7.   ClientWidth = 249
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SkinsList: TListBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 233
  25.     Height = 209
  26.     ItemHeight = 13
  27.     Sorted = True
  28.     TabOrder = 0
  29.     OnClick = SkinsListClick
  30.     OnDblClick = SkinsListDblClick
  31.     OnKeyPress = FormKeyPress
  32.   end
  33.   object Button1: TButton
  34.     Left = 10
  35.     Top = 224
  36.     Width = 73
  37.     Height = 23
  38.     Caption = 'Close'
  39.     Default = True
  40.     TabOrder = 1
  41.     OnClick = Button1Click
  42.     OnKeyPress = FormKeyPress
  43.   end
  44.   object Button3: TButton
  45.     Left = 88
  46.     Top = 224
  47.     Width = 73
  48.     Height = 23
  49.     Caption = 'Download'
  50.     TabOrder = 2
  51.     OnClick = Button3Click
  52.     OnKeyPress = FormKeyPress
  53.   end
  54.   object BBrowse: TButton
  55.     Left = 166
  56.     Top = 224
  57.     Width = 73
  58.     Height = 23
  59.     Caption = 'Set Directory'
  60.     TabOrder = 3
  61.     OnClick = BBrowseClick
  62.   end
  63.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  64.     ShowSelectionInStatus = False
  65.     OnSelChanged = BrowseDirectoryDlg1SelChanged
  66.     Left = 8
  67.     Top = 248
  68.   end
  69. end
  70.